EventType

public interface EventType

A DOM event type.

Functions

Link copied to clipboard
public static EventType of(String eventName)
Returns the EventType instance for the given eventName.
Link copied to clipboard
public String value()
Returns a string representation of the event type.